Dim (VBScript)

The Dim command must be used to declare temporary variables prior to use. Multiple variables can be defined using one Dim statement by separating the variable names by commas. There is no requirement to define the type of the variable, i.e. string or numeric.

Syntax

DIM Variable_name, Variable_name